13. Solution: Your First Queries

Solution to Previous Concept

You may use the workspace below to try out this solution if you like.

SELECT id, account_id, occurred_at
FROM orders;

Code

If you need a code on the https://github.com/udacity.